object DbEngineErrorDlg: TDbEngineErrorDlg Left = 348 Top = 103 ActiveControl = OKBtn BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Database Engine Error' ClientHeight = 252 ClientWidth = 296 ParentFont = True FormStyle = fsStayOnTop HelpFile = 'dbexplr3.hlp' Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object BasicPanel: TPanel Left = 0 Top = 0 Width = 296 Height = 69 Align = alClient BevelOuter = bvNone TabOrder = 0 object ErrorText: TLabel Left = 49 Top = 8 Width = 239 Height = 61 Align = alClient Caption = 'ErrorText' WordWrap = True end object IconPanel: TPanel Left = 0 Top = 8 Width = 49 Height = 61 Align = alLeft BevelOuter = bvNone TabOrder = 0 object IconImage: TImage Left = 6 Top = 2 Width = 34 Height = 34 IncrementalDisplay = False Picture.Data = {} end end object TopPanel: TPanel Left = 0 Top = 0 Width = 296 Height = 8 Align = alTop BevelOuter = bvNone TabOrder = 1 end object RightPanel: TPanel Left = 288 Top = 8 Width = 8 Height = 61 Align = alRight BevelOuter = bvNone TabOrder = 2 end end object DetailsPanel: TPanel Left = 0 Top = 108 Width = 296 Height = 144 Align = alBottom BevelInner = bvLowered BevelOuter = bvLowered TabOrder = 1 object BDELabel: TLabel Left = 56 Top = 8 Width = 59 Height = 13 Alignment = taRightJustify Caption = 'BDE Error:' end object NativeLabel: TLabel Left = 56 Top = 32 Width = 59 Height = 13 Alignment = taRightJustify Caption = 'Server Error:' end object DbMessageText: TMemo Left = 8 Top = 56 Width = 281 Height = 49 TabStop = False Color = clBtnFace Lines.Strings = ( 'DbMessageText') ReadOnly = True TabOrder = 0 end object DbResult: TEdit Left = 120 Top = 8 Width = 79 Height = 21 TabStop = False ParentColor = True ReadOnly = True TabOrder = 1 Text = 'DbResult' end object DbCatSub: TEdit Left = 200 Top = 8 Width = 89 Height = 21 TabStop = False ParentColor = True ReadOnly = True TabOrder = 2 Text = 'DbCatSub' end object NativeResult: TEdit Left = 120 Top = 32 Width = 169 Height = 21 TabStop = False ParentColor = True ReadOnly = True TabOrder = 3 Text = 'NativeResult' end object BackBtn: TButton Left = 136 Top = 112 Width = 75 Height = 25 Caption = '< &Back' TabOrder = 4 OnClick = BackClick end object NextBtn: TButton Left = 216 Top = 112 Width = 75 Height = 25 Caption = 'Next >' Default = True TabOrder = 5 OnClick = NextClick end end object ButtonPanel: TPanel Left = 0 Top = 69 Width = 296 Height = 39 Align = alBottom BevelOuter = bvNone TabOrder = 2 object DetailsBtn: TButton Left = 135 Top = 8 Width = 75 Height = 25 Caption = '&Details' TabOrder = 0 OnClick = DetailsBtnClick end object OKBtn: TButton Left = 215 Top = 8 Width = 75 Height = 25 Cancel = True Caption = 'OK' ModalResult = 1 TabOrder = 1 end end end